Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update eslint #3238

Merged
merged 2 commits into from
Nov 3, 2024
Merged

chore(deps): update eslint #3238

merged 2 commits into from
Nov 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/compat 1.2.1 -> 1.2.2 age adoption passing confidence
@eslint/js (source) 9.13.0 -> 9.14.0 age adoption passing confidence
@stylistic/eslint-plugin (source) 2.9.0 -> 2.10.1 age adoption passing confidence
eslint (source) 9.13.0 -> 9.14.0 age adoption passing confidence
typescript-eslint (source) 8.11.0 -> 8.12.2 age adoption passing confidence

Release Notes

eslint/rewrite (@​eslint/compat)

v1.2.2

Compare Source

eslint/eslint (@​eslint/js)

v9.14.0

Compare Source

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v2.10.1

Compare Source

Features
  • indent-binary-ops: disabled to lower indent when starts closing bracket (#​591) (25fe554)
Bug Fixes
  • key-spacing: crash for import without attributes when using align: "colon" (#​594) (6000f43)
Chores

v2.10.0

Compare Source

Features
  • cross test comma-spacing (#​562) (ea72317)
  • function-call-spacing: auto-fix optional chain when option is never (#​589) (7a2b47f)
  • function-call-spacing: support ImportExpression in ts version (#​570) (19d1f8c)
  • indent-binary-ops: logical expression indent (#​576) (cbf800d)
  • indent: add support for Import Attributes (#​579) (4f944d8)
  • key-spacing: add support for Import Attributes (#​583) (789d893)
  • max-statements-per-line: new option to allow specific statements (#​558) (2ed4054)
  • no-multi-spaces: add support for Import Attributes (#​584) (0da0713)
  • padding-line-between-statements: add support for multiline-export and singleline-export (#​582) (2690a30)
  • quote-props: add support for Import Attributes (#​581) (4edfee2)
Bug Fixes
  • correct the type of quotes in customize (#​590) (b86c2df)
  • function-call-spacing: don't remove comments while auto-fixing (#​588) (53b4a55)
  • jsx-closing-bracket-location: should not remove comment in jsx (#​566) (e2ba8d5)
Documentation
Chores
eslint/eslint (eslint)

v9.14.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.12.2

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

🚀 Features
  • typescript-eslint: improve undefined extension handling (#​10177)
❤️ Thank You

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner November 1, 2024 02:19
@renovate renovate bot added c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent labels Nov 1, 2024
@renovate renovate bot added this to the vAnytime milestone Nov 1, 2024
Copy link

netlify bot commented Nov 1, 2024

Deploy Preview for fakerjs ready!

Name Link
🔨 Latest commit f6d10dc
🔍 Latest deploy log https://app.netlify.com/sites/fakerjs/deploys/6726ac3f2dfa3900085c8147
😎 Deploy Preview https://deploy-preview-3238.fakerjs.dev
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.96%. Comparing base (99d81be) to head (f6d10dc).
Report is 1 commits behind head on next.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #3238      +/-   ##
==========================================
- Coverage   99.96%   99.96%   -0.01%     
==========================================
  Files        2805     2805              
  Lines      217098   217098              
  Branches      584      967     +383     
==========================================
- Hits       217017   217015       -2     
- Misses         81       83       +2     

see 1 file with indirect coverage changes

@ST-DDT
Copy link
Member

ST-DDT commented Nov 1, 2024

Do we consider defaults in switches exhaustive or do we have to do it properly?

@renovate renovate bot force-pushed the renovate/eslint branch 4 times, most recently from 421bbf1 to a51dede Compare November 2, 2024 14:56
@ST-DDT
Copy link
Member

ST-DDT commented Nov 2, 2024

We will configure tseslint to accept default cases in switch cases.

@renovate renovate bot force-pushed the renovate/eslint branch 2 times, most recently from bb45933 to bb65bdf Compare November 2, 2024 22:23
@ST-DDT ST-DDT self-assigned this Nov 2, 2024
@ST-DDT ST-DDT requested review from a team November 2, 2024 22:51
Copy link
Contributor Author

renovate bot commented Nov 3, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ST-DDT ST-DDT merged commit 290e7c9 into next Nov 3, 2024
23 checks passed
@ST-DDT ST-DDT deleted the renovate/eslint branch November 3, 2024 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency p: 1-normal Nothing urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant